home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / DIRECTOR / data.z / Scriptable Authoring.dir / Scripts_30_Start the background music if it's not playing already.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  94 b   |  7 lines

  1. on exitFrame
  2.   if not soundBusy(1) then
  3.     PlayBandClip()
  4.   end if
  5.   SetMIAWText("Menu")
  6. end
  7.